.sidenav {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 100;
    top: 0;
    left: 0;
    background-color: #111;
    overflow-x: visible;
overflow-y: auto;
    transition: 0.5s;
    padding-top: 60px;
	text-align:left;
	border-bottom: #595959 1px dashed;
		
}

.sidenav a {
   padding: 8px 8px 8px 32px;
    border-bottom: #595959 1px dashed;
    text-decoration: none;
    font-size: 12px;
    color: #ffffff !important;
    display: block;
    transition: 0.3s;
}

.sidenav a:hover, .offcanvas a:focus{
    color:#ff0000;
}

.sidenav .closebtn {
    position: absolute;
    top: 0;
    right: 25px;
    font-size: 36px;
    margin-left: 50px;
	    border-bottom: 0px;
}


.main1{
	width:10%; 
	float:left;  
	margin-top:25px;
}
.titletag{
font-weight:bold; 
font-size:18px; 
color:#fff;
margin-top:25px; 
clear:both; 
display:inline-block;
}
body{
	text-align:center;
	color:#333333;
	font-family:"Open Sans";
	background:#010101 url(../images/bg.png) repeat;
	}
a{
	font-family: "Open Sans";
	color: #fff;
	text-decoration: none;
	}
p{
	font-family: "open sans";
	font-size: 16px;
	font-weight: normal;
	color: #333333;
}
h2{ font-family:"Open Sans";
font-weight:bold;
font-size:18px;
color:#fff;
text-decoration-color:#622b4d;
display: inline-block;
clear:both;
position:relative;
	}

.maincontainer {
	width: 100%;
    height: auto;
    /* background-color: #616161; */
    padding-top: 10px;
}
.header {
	/*width:100%;
	border-top:#999 2px solid;*/
	border-bottom:#999 2px solid;
	height:100px;
	background:-webkit-linear-gradient(top, rgba(80,75,75,1)  0%, rgba(23,23,23,1) 100%); /* For Safari 5.1 to 6.0 */;
	-moz-linear-gradient(top, rgba(80,75,75,1 0%, rgba(23,23,23,1) 100%);
	-o-linear-gradient(top, rgba(80,75,75,1) 0%, rgba(23,23,23,1) 100%);
	-ms-linear-gradient(top, rgba(80,75,75,1) 0%, rgba(23,23,23,1) 100%);
	linear-gradient(to bottom, rgba(80,75,75,1) 0%, rgba(23,23,23,1) 100%);
	
}





@media screen and (min-device-width:320px) and (max-device-width: 768px) {	
  .sidenav {padding-top: 15px;}
  .sidenav a {font-size: 18px;}
  
h2{ font-family:"Open Sans";
font-weight:bold;
font-size:18px;
color:#fff;
text-decoration-color:#622b4d;
display: inline-block;
clear:both;
position:relative;
	}}
	@media screen and (max-device-width: 1200px) {
	.info{position:relative;
 clear:both;
  padding:10px 0 5px 0; 
  margin:0;color:#ccc; 
  width:99%;
  background:#fff;
  border-bottom-left-radius:12px;
border-bottom-right-radius: 12px; 
	}

